home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / g / gnu_c / gpplib22.zoo / libtests / test.sh < prev    next >
Encoding:
Text File  |  1993-11-30  |  310 b   |  10 lines

  1. for i in  tobstack tstring tinteger  trationa \
  2. tcomplex tbitset tbitstri trandom tfix tfix16 tfix24 tgetopt ; do
  3.     case $i in
  4.     test0) echo "Must run test0 from tty";;
  5.     tcurses) echo "Must run tCurses from tty" ;;
  6.     tgetopt) echo $i;  ./$i -abc -de10 -2000 -h3i ;;
  7.     *) echo $i;  ./$i < $i.inp;;
  8.     esac
  9. done
  10.